home *** CD-ROM | disk | FTP | other *** search
/ Download Now 8 / Download Now V8.iso / Program / InternetTools / ApacheWebServer1.3.6 / apache_1_3_6_win32.exe / _SETUP.1 / registry.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-24  |  200 b   |  7 lines

  1. /*
  2.  * Declarations for users of the functions defined in registry.c
  3.  */
  4.  
  5. extern int ap_registry_get_server_root(pool *p, char *dir, int size);
  6. extern int ap_registry_set_server_root(char *dir);
  7.